'DeclarationPublic Function New( _ ByVal mantissa As System.Double, _ Optional ByVal doubleConversionRule As System.Nullable(Of BigDecimal.DoubleConversionRules) _ )
public BigDecimal( System.double mantissa, System.Nullable<BigDecimal.DoubleConversionRules> doubleConversionRule )
Parameters
- mantissa
- The System.Double value to be used to initialize the BigDecimal
- doubleConversionRule
- The rule to use to when converting the double to a BigDecimal. If null then the default (DoubleConversionRule) is used.